home *** CD-ROM | disk | FTP | other *** search
/ Software of the Month Club 1998 June / Software of the Month Club 1998 June.iso / pc / dos / edu / mapit20 / std.pen < prev    next >
Text File  |  1998-04-15  |  2KB  |  54 lines

  1. ; Std.pen  -  This file reflects the default internal HP-GL/2 pen plotting
  2. ;             settings of MAPIT.  Copy and change to your liking invoking
  3. ; with:
  4. ;         MAPIT /pendefinition=file_name.pen
  5.  
  6. ; Video Color is the index into this table meaning that the MAPIT layer
  7. ; (color) determines the pen, width, and line type according to this table
  8. ; when making HP-GL/2 plots.
  9.  
  10. ; MAPIT doesn't allow reassigning the default color associated with pens. 
  11. ; If pen 2 defaults to red on your output device, that is the color you
  12. ; are stuck with.  Sorry, no robin's egg blue.
  13.  
  14. ; 0.1 mm is supposed to be narrowest width.  0 may be narrower on some
  15. ; devices.
  16.  
  17. ; Some devices support 8 pens.  MAPIT allows 16.
  18.  
  19. ; Line type 0 is a solid line.  Types 1 - 8 are variously dashed and are
  20. ; device dependent.
  21.  
  22. ; Video Color  Pen #   Width in mm.   Line type   Video to pen color
  23.  
  24.         0       0       0               0       ; black to black (white)
  25.         1       5       0               0       ; blue to blue
  26.         2       3       0               0       ; green to green
  27.         3       7       0               0       ; cyan to cyan
  28.         4       2       0               0       ; red to red
  29.         5       6       0               0       ; magenta to magenta
  30.         6       4       0               0       ; brown to yellow
  31.         7       1       0               0       ; white to black
  32.         8       1       0               0       ; gray to black
  33.         9       5       0               0       ; light blue to blue
  34.         10      3       0               0       ; light green to green
  35.         11      7       0               0       ; light cyan to cyan
  36.         12      2       0               0       ; light red to red
  37.         13      6       0               0       ; light magenta to magenta
  38.         14      4       0               0       ; yellow to yellow
  39.         15      1       0               0       ; bright white to black
  40.  
  41.  
  42. ;  The plotting characteristics of MAPIT's lat/long grid and print borders
  43. ;  can be specified independently of the standard assignments in the above
  44. ;  table for raster devices.
  45.  
  46.         gridpen=1       ; Specifies pen color only.
  47.         gridwidth=0             
  48.         GridType=5
  49.  
  50.         borderpen=1     ; Specifies pen color only.
  51.         borderwidth=0.5
  52.         bordertype=0
  53.  
  54.